home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / games / 73 / pascal / read.me < prev    next >
Encoding:
Text File  |  1986-11-21  |  2.1 KB  |  91 lines

  1. ADDRTEST.PAS
  2.     
  3.      This is a test program to show how to use the PROCADDR function, which 
  4.      returns the address of a procedure
  5.  
  6.  
  7. DODIAL.TXT
  8.  
  9.     If you are having problems with the Do_Dialog call in Personal Pascal, read
  10.     this to answer some of those lingering questions.
  11.  
  12.  
  13. INPUT.PAS
  14.  
  15.     This is a routine to input a string and then convert it to an INTEGER value.
  16.  
  17.  
  18. INT.PAS
  19.   
  20.     This is an INT() function that returns a real value for the integer result
  21.     instead of an integer.
  22.  
  23.  
  24. INTEST.PAS
  25.    
  26.     This is an example of how to use the INPUT/RINPUT routines for entering
  27.     a string and converting it to INTEGER or REAL value.
  28.  
  29.  
  30. IORESULT.TXT
  31.  
  32.     If you are having problems with IO_Check and IO_Result calls, read this to
  33.     get you back on the right track again.
  34.  
  35.  
  36. JOYSTICK.DOC
  37. JOYSUBS.O
  38. JOYSUBS.S
  39. JOYTEST.PAS
  40.  
  41.     This is a joystick handler routine for Personal Pascal.  Also included is
  42.     is a test program to get you started.  Now you can program the joystick in
  43.     programs with Personal Pascal
  44.  
  45.  
  46. LSTOUT.TXT
  47.         
  48.     If you have ever wondered how to send your screen output to printer, then
  49.     this is for you.  Read this and start your printing.
  50.  
  51.  
  52. NOWWHAT1.TXT
  53.  
  54.     My first attempt at writing a useful beginners column on using OSS
  55.     Personal Pascal.  This one covers the Alert Box.  Let me know what you
  56.     think!  Read this column to get you started into programming the GEM
  57.     interface with Personal Pascal.
  58.  
  59.  
  60. OBJDRAW.TXT
  61.  
  62.     If you have ever wondered how to redraw a dialog box after changing 
  63.     editable text fields, then read this article to get you started.
  64.  
  65.  
  66. PROCADDR.PAS
  67.  
  68.      This is a function which returns the address of a procedure.
  69.  
  70.  
  71. RANDOM.PAS
  72.  
  73.      This is some random number routines to get you going randomly get 
  74.      sequences of numbers.
  75.  
  76.  
  77. RINPUT.PAS
  78.  
  79.     This is a routine to input a string and then convert it to a REAL number.
  80.  
  81.  
  82. RNDTEST.PAS
  83.  
  84.      This is a demo of the random number routines found in RANDOM.PAS.
  85.  
  86.  
  87. SCRNSAVE.PAS
  88.  
  89.     This is a routine to show you an alternative to redraw for saving the
  90.     screen.
  91.